home *** CD-ROM | disk | FTP | other *** search
- 0, In this demonstration, you will see how to add and
- 4, delete files to a Visual InterDev Web project. In
- 8, Visual InterDev, you can create new files in a Web
- 10, project by selecting File, New, and selecting the
- 16, type of file that you want to create. To add an
- 29, existing file to a Web project, you can right-click
- 31, on the project name and select either Add Files, or
- 47, Add Folder Contents. You can create a new folder
- 56, in your project by right-clicking the project name
- 63, and selecting New Folder. When you add files to a
- 72, project, they are created on the Web server and
- 75, copied to your local development folder. To delete
- 78, files in a Web project, right-click the file and
- 86, select Delete. This deletes both the local copy and
- 92, the copy on the Web server. As other team members
- 98, are adding and deleting files in a Web site, your
- 101, project may get out of synch. To refresh your view
- 103, of the files on the Web server, right-click the
- 106, name of the project and select Refresh. So, you
- 114, have seen how to add and delete files in a Visual
- 117, InterDev Web project.
- 120, END